Objects Reference

console::add_string

Prototype

void add_string(char *fmt, ...)

Parameters

Parameter Type Description
fmt char * string format and parameters

Return Value

None

Remarks

This function adds a new string to the console history. It uses the printf syntax, so you can add formatted strings.